home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000100_news@columbia.edu _Sun May 19 01:57:29 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id BAA21852 for <kermit.misc@watsun>; Sun, 19 May 1996 01:57:29 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id BAA02453 for kermit.misc@watsun; Sun, 19 May 1996 01:57:24 -0400 (EDT)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!vixen.cso.uiuc.edu!uwm.edu!lll-winken.llnl.gov!nntp.coast.net!news.kei.com!newsfeed.internetmci.com!miwok!gorilla!holmes
  6. From: holmes@gorilla.nbn.com (Tim Holmes)
  7. Subject: befuddled by MSKermit TCP/IP!!
  8. X-Newsreader: TIN [version 1.2 PL2]
  9. Message-ID: <DrMp8y.H3p@gorilla.nbn.com>
  10. Date: Sun, 19 May 1996 01:24:32 GMT
  11. Lines: 36
  12.  
  13.  
  14. I have been trying to get MSKermit (the latest version just off
  15. the ftp lines) to do a TCP/IP connection to a Linux box.  Not having
  16. any luck.
  17.  
  18. There are two machines, Linux is 150.0.0.1, DOS is 150.0.0.2.
  19. The DOS box is running lanwp from a dvx setup.  If I exit dvx, I can
  20. ping the Linux box ok.  I tried the following setup:
  21.  
  22. set port tcp
  23. set tcp pack odi
  24. set tcp add 150.0.0.2
  25. set tcp sub 255.255.255.0  
  26. set port tcp 150.0.0.1
  27. connect
  28.  
  29. I get "cannot access IP packets".
  30.  
  31. So I tried doing a packet driver (ne2000).  It seemed to initialize OK,
  32. then when I do:
  33.  
  34. set por tcp
  35. set tcp add 150.0.0.2
  36. set tcp sub 255.255.255.0
  37. set port tcp 150.0.0.1
  38. connect
  39.  
  40. I get cannot ARP resolve 150.0.0.1.
  41.  
  42. What am I doing wrong?
  43.  
  44. Thanks,
  45.  
  46. Tim Holmes
  47. holmes@gorilla.nbn.com
  48.